home *** CD-ROM | disk | FTP | other *** search
- # NOTE: Derived from blib/lib/RPC/XML/Server.pm.
- # Changes made here will be lost when autosplit is run again.
- # See AutoSplit.pm.
- package RPC::XML::Server;
-
- #line 1995 "blib/lib/RPC/XML/Server.pm (autosplit into blib/lib/auto/RPC/XML/Server/share_procs.al)"
- # Same as above, but for name-symmetry
- sub share_procs { shift->share_methods(@_) }
-
- ###############################################################################
- #
- # Sub Name: copy_methods
- #
- # Description: Copy the named methods as found on $src_srv into the
- # method table of the calling object. This differs from
- # share() above in that only the coderef is shared, the
- # rest of the method is a completely new object.
- #
- # Arguments: NAME IN/OUT TYPE DESCRIPTION
- # $self in ref Object of this class
- # $src_srv in ref Another object of this class
- # @names in list One or more method names
- #
- # Returns: Success: $self
- # Failure: error message
- #
- ###############################################################################
- # end of RPC::XML::Server::share_procs
- 1;
-